home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 5482 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  3.3 KB

  1. Path: news.ox.ac.uk!news
  2. From: Nick Christie <nick.christie@oucs.ox.ac.uk>
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Team AMIGA Wish List
  5. Date: 15 Mar 1996 13:51:12 GMT
  6. Organization: Oxford University Computing Services
  7. Message-ID: <4ibskg$rr3@news.ox.ac.uk>
  8. References: <150929@cup.portal.com> <68771982@0humpty.tomate.tng.oche.de>
  9. NNTP-Posting-Host: nick.oucs.ox.ac.uk
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 1.2N (Windows; I; 16bit)
  14.  
  15. humpty@TOMATE.TNG.OCHE.DE (Andreas Mixich) wrote:
  16. >Gemini2@cup.portal.com wrote about "Team AMIGA Wish List" on "12-Mar-1996
  17. >23:00:32" at zer.COMP.SYS.AMIGA.PROGRAMMER:
  18. >>     *ClipBoard
  19.  
  20. The Amiga has, and always had, reasonable clipboard facilities.
  21. The problem was that applications often didn't take full
  22. advantage of it. Admittedly, pre-IFFParse library, it was a
  23. fiddly business.
  24.  
  25. >Implement something like Windows' OLE !
  26.  
  27. OLE V1 works a bit like a fancy clipboard, but OLE V2 (what people
  28. *really* mean by OLE) is much more ambitious and sophisticated. In
  29. brief, it allows "in-place editing" by treating applications
  30. as component objects.
  31.  
  32. Imagine having a document open in your word processor and wanting
  33. to edit a bitmap image that's on the page; you click on the image
  34. and your menus and toolbars turn into those of your favourite paint
  35. program. Click on some text and they turn back to WP menus/toolbars.
  36.  
  37. This approach is document-centric rather than application-centric
  38. and is (supposed to be?) a more natural way of working.
  39.  
  40. >>      Public Screen support (thru tooltypes so programs can open behind WB)
  41. >
  42. >And a real PubScreen Manager as part of WB (a menu entry, not a program and
  43. >no CX !)
  44.  
  45. Why not a program that you can summon from a menu entry?
  46. With an option to make it a commodity, so it opens quickly?
  47. Admittedly, WB should come with some kind of PubScreen Manager,
  48. but I'd rather it were replaceable, especially 'cos I've
  49. written one myself :-)
  50.  
  51. >>     *Preference settings from the Cli without opening the programs
  52. >
  53. >Give the OS a global ARexx server and the User a shell,that also can
  54. >directly send ARexx messages. This way this would work easily.
  55.  
  56. You can already send ARexx messages from a shell:
  57. SYS:> rx "address PORTNAME an_arexx_command"
  58.  
  59. >>     *Cli command like 'openwindow HD1:' that would work from
  60. >>         s:user-startup
  61. >
  62. >All windows shall be openable by CLI. OpenWindow
  63. >HD1:Tools/MyTools/WhatIHaveDoneSoFar
  64.  
  65. Better done via a WB ARexx port, see above.
  66.  
  67. >>     *Three-button mouse support built-in to the OS
  68. >
  69. >Jep.
  70.  
  71. The OS already supports 3 button mice. It's up to applications
  72. (eg. Workbench) to define the use of third button. A variety
  73. of commodities already out there let *you* define the use for
  74. the button. This is a much better system than requiring that
  75. everybody have a 3 button mouse.
  76.  
  77. >>    @*Service Manuals for 500, 1200, 2000, 3000, 4000 series
  78. >
  79. >What the heck do you want with these old machines....?
  80.  
  81. To keep'em running until AT produce a new Amiga worth serious
  82. consideration, price and spec-wise.
  83.  
  84. -- 
  85. Nick Christie, IT Support,     mailto://nick.christie@oucs.ox.ac.uk
  86. Oxford University Computing Services,   http://sable.ox.ac.uk/~nick
  87. 13 Banbury Road, Oxford OX2 6NN.     Opinions expressed are my own.
  88. "There are no more bugs in my program." -- Anon.
  89.  
  90.  
  91.